Esx Hosts CertificateInfo
Esx Hosts CertificateInfo
The Esx Hosts CertificateInfo Schema contains information about the SSL certificate for a server.
This schema was added in vSphere API 7.0.2.0.
JSON Example
{
"ssl_thumbprint": "string",
"ssl_certificate": "string"
}
string
ssl_thumbprint
Required
The SHA thumbprint of the SSL certificate for a server.
This property was added in vSphere API 7.0.2.0.
string
ssl_certificate
Optional
PEM-encoded SSL certificate of the ESX host.
This property was added in vSphere API 9.0.0.0.
This property is optional because it was added in a newer version than its parent node.